home *** CD-ROM | disk | FTP | other *** search
- on Lick1
- set x to random(6)
- if x > 4 then
- exit
- end if
- if x = 1 then
- puppetSound("lick my pussy")
- end if
- if x = 2 then
- puppetSound("eat me")
- end if
- if x = 3 then
- puppetSound("lick it")
- end if
- if x = 4 then
- puppetSound("eat my pussy")
- end if
- end
-
- on Lick2
- set x to random(6)
- if x > 4 then
- exit
- end if
- if x = 1 then
- puppetSound("I think")
- end if
- if x = 2 then
- puppetSound("move your tongue")
- end if
- if x = 3 then
- puppetSound("mmm")
- end if
- if x = 4 then
- puppetSound("breath")
- end if
- end
-
- on Lick3
- set x to random(8)
- if x > 4 then
- exit
- end if
- if x = 1 then
- puppetSound("Oh")
- end if
- if x = 2 then
- puppetSound("Oof")
- end if
- if x = 3 then
- puppetSound("gonna cum")
- end if
- if x = 4 then
- puppetSound("yeah baby")
- end if
- end
-